PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / getEnableDocumentOutline Method
In This Topic
    getEnableDocumentOutline Method
    In This Topic
    Gets a value indicating whether document outline is enabled.
    If document outline is not enabled, then the method will return null and new outline items cannot be created.
    Syntax
    public boolean getEnableDocumentOutline()

    Return Value

    True if the document outline is enabled.
    See Also